Class org.omg.CORBA.FREE_MEM
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.FREE_MEM
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----org.omg.CORBA.SystemException
|
+----org.omg.CORBA.FREE_MEM
- public final class FREE_MEM
- extends SystemException
The CORBA FREE_MEM exception.
These exceptions
may be thrown as a result of a CORBA FREE_MEM and may
also be returned by many standard CORBA API methods. It
contains a minor code, allowing more detailed specification, and a
completion status.
-
FREE_MEM()
- Constructs a FREE_MEM with a default minor code
of 0 and a completion state of COMPLETED_MAYBE.
-
FREE_MEM(int, CompletionStatus)
- Constructs a FREE_MEM with the specified
minor code and completion status.
-
FREE_MEM(String)
- Constructs a FREE_MEM with the specified detail.
-
FREE_MEM(String, int, CompletionStatus)
- Constructs a FREE_MEM with the specified detail
message, minor code, and completion status.
FREE_MEM
public FREE_MEM()
- Constructs a FREE_MEM with a default minor code
of 0 and a completion state of COMPLETED_MAYBE.
FREE_MEM
public FREE_MEM(String s)
- Constructs a FREE_MEM with the specified detail.
- Parameters:
- s - the String containing a detail message
FREE_MEM
public FREE_MEM(int minor,
CompletionStatus completed)
- Constructs a FREE_MEM with the specified
minor code and completion status.
- Parameters:
- minor - the minor code
- completed - the completion status
FREE_MEM
public FREE_MEM(String s,
int minor,
CompletionStatus completed)
- Constructs a FREE_MEM with the specified detail
message, minor code, and completion status.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the String containing a detail message
- minor - the minor code
- completed - the completion status
All Packages Class Hierarchy This Package Previous Next Index